wayland: Fix build due to missing symbol export
authorJürg Billeter <j@bitron.ch>
Mon, 8 Jul 2013 07:41:03 +0000 (09:41 +0200)
committerJürg Billeter <j@bitron.ch>
Tue, 9 Jul 2013 05:09:13 +0000 (07:09 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=703765

gdk/wayland/gdkwaylandselection.h

index ab96db13c9ee5212e9c3a87117f9e05f89aca29b..7c5d5d2a27916359ade5950aa96b814a6aaef237 100644 (file)
@@ -35,6 +35,7 @@ G_BEGIN_DECLS
 
 #if defined (GTK_COMPILATION) || defined (GDK_COMPILATION)
 #define gdk_wayland_device_get_selection_type_atoms gdk_wayland_device_get_selection_type_atoms_libgtk_only
+GDK_AVAILABLE_IN_ALL
 int
 gdk_wayland_device_get_selection_type_atoms (GdkDevice  *device,
                                              GdkAtom   **atoms_out);
@@ -42,6 +43,7 @@ gdk_wayland_device_get_selection_type_atoms (GdkDevice  *device,
 typedef void (*GdkDeviceWaylandRequestContentCallback) (GdkDevice *device, const gchar *data, gsize len, gpointer userdata);
 
 #define gdk_wayland_device_request_selection_content gdk_wayland_device_request_selection_content_libgtk_only
+GDK_AVAILABLE_IN_ALL
 gboolean
 gdk_wayland_device_request_selection_content (GdkDevice                              *device,
                                               const gchar                            *requested_mime_type,
@@ -51,6 +53,7 @@ gdk_wayland_device_request_selection_content (GdkDevice
 typedef gchar *(*GdkDeviceWaylandOfferContentCallback) (GdkDevice *device, const gchar *mime_type, gssize *len, gpointer userdata);
 
 #define gdk_wayland_device_offer_selection_content gdk_wayland_device_offer_selection_content_libgtk_only
+GDK_AVAILABLE_IN_ALL
 gboolean
 gdk_wayland_device_offer_selection_content (GdkDevice                             *gdk_device,
                                             const gchar                          **mime_types,
@@ -59,6 +62,7 @@ gdk_wayland_device_offer_selection_content (GdkDevice
                                             gpointer                               userdata);
 
 #define gdk_wayland_device_clear_selection_content gdk_wayland_device_clear_selection_content_libgtk_only
+GDK_AVAILABLE_IN_ALL
 gboolean
 gdk_wayland_device_clear_selection_content (GdkDevice *gdk_device);